const github.com/klauspost/compress/zstd.betterLongLen
17 uses
github.com/klauspost/compress/zstd (current package)
enc_better.go#L12: betterLongLen = 8 // Bytes used for table hash
enc_better.go#L166: nextHashL := hashLen(cv, betterLongTableBits, betterLongLen)
enc_better.go#L224: h0 := hashLen(cv0, betterLongTableBits, betterLongLen)
enc_better.go#L281: h0 := hashLen(cv0, betterLongTableBits, betterLongLen)
enc_better.go#L359: nextHashL = hashLen(cv, betterLongTableBits, betterLongLen)
enc_better.go#L426: nextHashL := hashLen(load6432(src, s+matched), betterLongTableBits, betterLongLen)
enc_better.go#L507: h0 := hashLen(cv0, betterLongTableBits, betterLongLen)
enc_better.go#L528: nextHashL := hashLen(cv, betterLongTableBits, betterLongLen)
enc_better.go#L684: nextHashL := hashLen(cv, betterLongTableBits, betterLongLen)
enc_better.go#L743: h0 := hashLen(cv0, betterLongTableBits, betterLongLen)
enc_better.go#L803: h0 := hashLen(cv0, betterLongTableBits, betterLongLen)
enc_better.go#L884: nextHashL = hashLen(cv, betterLongTableBits, betterLongLen)
enc_better.go#L945: nextHashL := hashLen(load6432(src, s+matched), betterLongTableBits, betterLongLen)
enc_better.go#L1023: h0 := hashLen(cv0, betterLongTableBits, betterLongLen)
enc_better.go#L1047: nextHashL := hashLen(cv, betterLongTableBits, betterLongLen)
enc_better.go#L1151: h := hashLen(cv, betterLongTableBits, betterLongLen)
enc_better.go#L1161: h := hashLen(cv, betterLongTableBits, betterLongLen)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |